home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blobs.swf / scripts / DefineButton2_208 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  150 b   |  12 lines

  1. on(release){
  2.    if(menustatus)
  3.    {
  4.       menu.gotoAndStop("off");
  5.    }
  6.    else
  7.    {
  8.       menu.gotoAndStop("on");
  9.    }
  10.    enetstatus++;
  11. }
  12.